projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
266866e
)
test/testgtk.c: Fix compilation warning
author
Javier Jardón
<jjardon@gnome.org>
Tue, 3 Jan 2012 02:35:02 +0000
(
03:35
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 3 Jan 2012 15:58:42 +0000
(16:58 +0100)
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index 45f6ce6072311a1848ce1ab7f00600dc5b42f363..34d5f31a8c96a08c94007226c99efa1dfa7ba87e 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-430,7
+430,7
@@
pattern_set_bg (GtkWidget *widget,
GdkWindow *child,
gint level)
{
- static
const
GdkRGBA colors[] = {
+ static GdkRGBA colors[] = {
{ 0.27, 0.27, 1.0, 1.0 },
{ 0.53, 0.53, 1.0, 1.0},
{ 0.67, 0.67, 1.0, 1.0 }